home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / checkbox / registries / modules.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-10-12  |  618 b   |  12 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from checkbox.properties import Path
  5. from checkbox.registries.filename import FilenameRegistry
  6.  
  7. class ModulesRegistry(FilenameRegistry):
  8.     '''Registry for information from /etc/modules.'''
  9.     filename = Path(default = '/etc/modules')
  10.  
  11. factory = ModulesRegistry
  12.